Skip to content

Fix python 3 compatibility in normalize.py#606

Merged
jgm merged 1 commit intocommonmark:masterfrom
znewt99:patch-1
Apr 27, 2026
Merged

Fix python 3 compatibility in normalize.py#606
jgm merged 1 commit intocommonmark:masterfrom
znewt99:patch-1

Conversation

@znewt99
Copy link
Copy Markdown
Contributor

@znewt99 znewt99 commented Apr 25, 2026

Add change from the commonmark-spec version of normalize.py
Change from commonmark/commonmark-spec/pull/815
Fixes #605

urllib.quote and urllib.unquote were moved to urllib.parse in python 3
@jgm jgm merged commit 387ed64 into commonmark:master Apr 27, 2026
15 checks passed
@jgm
Copy link
Copy Markdown
Member

jgm commented Apr 27, 2026

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

normalize.py is missing a change that the commonmark-spec version has

2 participants